home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / bbs / ra_p250.zip / RADEMO.ARJ / RA250B.RAD / WHATSNEW.250 < prev    next >
Text File  |  1996-05-01  |  31KB  |  707 lines

  1. Changes in 2.50
  2. ===============
  3.  
  4. Enhancements
  5. ------------
  6.  
  7.         * Added the ability to allow the sysop define the default 
  8.           response for a Yes/No prompt. Select a language in the 
  9.           language editor, and edit the text. As you scroll through
  10.           the prompts, watch the character to the immediate left of
  11.           the prompt number at the top of the screen. This character
  12.           can be one of four, and has the following meaning:
  13.  
  14.           <Space> - Normal prompt, display only.
  15.           *       - Prompt has keys associated with it (ie. requires
  16.                     a multiple-choice response).
  17.           Y       - Prompt is a Yes/No question, the default is Yes.
  18.           N       - Prompt is a Yes/No question, the default is No.
  19.  
  20.           Editing a Yes/No type prompt will give you the opportunity
  21.           to select the users default response (ie. what happens when
  22.           the user presses Enter). Note that the Y/N character displayed
  23.           at the top of the screen indicates the system default, not
  24.           necessarily the default which is currently selected.
  25.  
  26.         * File and message areas/groups may now be moved, copied, 
  27.           deleted, etc. 
  28.  
  29.           NOTE! File/message areas/groups now retain their own area
  30.           or group number regardless of what order they appear in
  31.           RACONFIG. Moving areas so that the numbers are no longer
  32.           sequential is okay. This means that moving areas does not
  33.           require you to renumber your menus, message-base, or 
  34.           file-base. When selecting an area, the user WILL see 
  35.           sequential area numbers (for ease of use). The area number
  36.           that a user thinks he/she is in is not necessarily the
  37.           same as the ACTUAL area number defined in RACONFIG. These
  38.           two separate sets of area numbers are automatically mapped
  39.           to one another.
  40.  
  41.           You will notice a number of new options in RACONFIG when
  42.           any one of the first four manager options is selected:
  43.  
  44.           Enter  - Edit the highlighted area.
  45.  
  46.           Space  - Drop the tagging anchor to select a range of entries
  47.                    (as in RAMGR.Files).
  48.  
  49.           INSERT - Insert a new area at the current position. This will
  50.                    cause all entries after the new entry to be moved
  51.                    down by one position.
  52.  
  53.           DELETE - Delete the current area/range of areas. All entries
  54.                    after the deleted area(s) will be moved up to close
  55.                    the gap left by the deleted areas.
  56.  
  57.           Alt-M  - Move the currently selected area(s) to another 
  58.                    position. You will be asked to specify the new
  59.                    position at which to insert the areas.
  60.  
  61.           Alt-C  - Same as Alt-M, but duplicates the areas instead of
  62.                    just moving them.
  63.  
  64.           Alt-G  - Perform global changes to the currently selected
  65.                    area or range of areas. You will be presented with
  66.                    a blank edit screen which looks exactly like a
  67.                    normal edit screen. (NOTE: The edit screen will 
  68.                    automatically 'inherit' the values from the record
  69.                    that was last edited.) Edit the fields which you want
  70.                    to apply to the selected areas. You will notice that
  71.                    after editing a field, it will be flashing. Note
  72.                    that only flashing fields will be applied to the
  73.                    selected areas. To toggle whether a field is
  74.                    flashing, move to it and press the space bar. Press
  75.                    ESCAPE to apply your changes.
  76.            
  77.           Press F1 at any area/group edit screen to modify the number
  78.           of the currently displayed entry. NOTE: By default, RACONFIG
  79.           will not allow duplicate area or group numbers to be entered.
  80.           Placing a -N on RACONFIG's command-line will temporarily
  81.           disable the dupe checking.
  82.  
  83.         * New textfile control codes:
  84.         
  85.                 ^K$ - Number of callers today.
  86.                 ^K% - Handle of last caller.
  87.                 ^K& - Number of files currently tagged.
  88.                 ^K' - Total kilobytes of tagged files.
  89.                 ^K( - Name of currently selected language.
  90.                 ^F^ - Current session time limit.
  91.                 ^F_ - Time remaining this session.
  92.  
  93.         * Added a user flag which enables the user to determine
  94.           the scope of a mailbox scan. The default behaviour is
  95.           to check all areas the user has access to. Enabling 
  96.           this option will limit the scan to only message areas
  97.           which the user has enabled is his/her combined settings.
  98.           This option is toggled with menu type 75, and its 
  99.           textfile control code (ON/OFF) is ^F-.
  100.  
  101.         * During file transfers, ALT-J as well as all the ALT-Fn 
  102.           keys are now automatically disabled.
  103.  
  104.         * The *U parameter for a type 7 command, to place a custom
  105.           message in the "who's online" list, is now valid for menu
  106.           types 1 to 4.
  107.  
  108.         * It is now possible to pre-define the width of any textfile
  109.           control code. Simply place one '.' character between the
  110.           ^K/^F and the second part of the code for every additional
  111.           space you would like the field padded with.
  112.  
  113.           Example: ^FA 
  114.                     Displays the users name.
  115.  
  116.                    ^F....................A 
  117.                    Displays the users name padded with 20 spaces.
  118.  
  119.           If the field is longer than the defined number of spaces,
  120.           it will be truncated. Text fields are always justified to
  121.           the left, and numerical fields are always justified to the
  122.           right.
  123.  
  124.         * Added an option in the menu editor (in the ALT-P edit
  125.           window from the menu edit screen) to not append the
  126.           global menu (GLOBALRA.MNU) to the menu currently being
  127.           edited. The default is to always append the global menu
  128.           to every menu.
  129.  
  130.         * Textfile control codes are now valid for all menu item
  131.           optional data fields.
  132.  
  133.         * Added a new command to the questionnaire language - COMMIT.
  134.           Normally, user responses are stored in a buffer and 
  135.           written to disk when the questionnaire terminates. The
  136.           COMMIT command will force the contents of the buffer to
  137.           be written to disk immediately.
  138.  
  139.         * Normally, questionnaire responses are written to a file
  140.           called nnn.ASW (where nnn is the original questionnaire 
  141.           name) in the system directory. A new command, DEFINEOUTPUT,
  142.           allows the sysop to specify the name of the output file.
  143.           The format is DEFINEOUTPUT <filename>. 
  144.  
  145.           Example: DEFINEOUTPUT C:\RA\ANSWERS\NEWUSER.TXT
  146.  
  147.         * Implemented Netware IPX support for real-time conferencing.
  148.           To enable IPX support, simply use the new -I command-line
  149.           parameter when loading RA.
  150.  
  151.         * Real-time conferencing now sends users messages only
  152.           when they press (Enter). This prevents users from
  153.           'interupting' one another, and makes large conferences
  154.           more readable.
  155.  
  156.         * New option - RACONFIG.Options.Files.Logoff warning, if
  157.           enabled, will warn a user who is about to logoff that
  158.           he/she has tagged files. The user will be given the
  159.           opportunity to return to the system.
  160.           
  161.         * FILE_ID.DIZ type descriptions are now displayed without
  162.           automatic word-wrapping. A FILE_ID.DIZ description is
  163.           defined as not having any lines which exceed 45 characters
  164.           in length.
  165.  
  166.         * Added an option (RACONFIG.Options.System.Limit local)
  167.           to disable the use of all sysop keys during all user
  168.           sessions (this includes local logons). This effectively
  169.           means that users who log on locally have no more power
  170.           than those who log on remotely.
  171.  
  172.